home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / t3script.arc / HELP.SLT < prev    next >
Encoding:
Text File  |  1990-04-14  |  799 b   |  25 lines

  1. /////////////////////////////////////////////////////////////////////////
  2. //             HELP.SLT  -  by Terry Robertson (October 1988)          //
  3. // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //
  4. //                                                                     //
  5. //  This script calls up the help screen (Alt-Z also works).           //
  6. //                                                                     //
  7. //  The script is most useful when it is "attached" to a function      //
  8. //  key.                                                               //
  9. //                                                                     //
  10. /////////////////////////////////////////////////////////////////////////
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19. Main()
  20.  
  21. {
  22. helpscreen();
  23.  
  24. }
  25.